﻿2026-06-21T23:06:00.3643255Z ##[group]Run set -euo pipefail
2026-06-21T23:06:00.3644383Z [36;1mset -euo pipefail[0m
2026-06-21T23:06:00.3645237Z [36;1mPIN=0c95435[0m
2026-06-21T23:06:00.3646036Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-21T23:06:00.3647067Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-21T23:06:00.3648429Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-21T23:06:00.3650297Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-21T23:06:00.3652071Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-21T23:06:00.3653484Z [36;1m  rm -rf "$CACHE"[0m
2026-06-21T23:06:00.3654433Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-21T23:06:00.3655549Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-21T23:06:00.3656911Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-21T23:06:00.3658328Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-21T23:06:00.3659425Z [36;1mfi[0m
2026-06-21T23:06:00.3660556Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T23:06:00.3678050Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-21T23:06:00.3679595Z env:
2026-06-21T23:06:00.3680660Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-21T23:06:00.3681866Z ##[endgroup]
2026-06-21T23:06:00.6825021Z    Compiling proc-macro2 v1.0.106
2026-06-21T23:06:00.6826066Z    Compiling quote v1.0.45
2026-06-21T23:06:00.6826422Z    Compiling unicode-ident v1.0.24
2026-06-21T23:06:00.6827031Z    Compiling libc v0.2.186
2026-06-21T23:06:00.6827388Z    Compiling serde_core v1.0.228
2026-06-21T23:06:00.6827650Z    Compiling cfg-if v1.0.4
2026-06-21T23:06:00.6827897Z    Compiling serde v1.0.228
2026-06-21T23:06:00.6878880Z    Compiling log v0.4.32
2026-06-21T23:06:00.6918289Z    Compiling pin-project-lite v0.2.17
2026-06-21T23:06:00.6956544Z    Compiling portable-atomic v1.13.1
2026-06-21T23:06:00.6958560Z    Compiling typenum v1.20.1
2026-06-21T23:06:00.6994102Z    Compiling memchr v2.8.1
2026-06-21T23:06:00.7036539Z    Compiling version_check v0.9.5
2026-06-21T23:06:00.7037907Z    Compiling shlex v2.0.1
2026-06-21T23:06:00.7102108Z    Compiling critical-section v1.2.0
2026-06-21T23:06:00.7462035Z    Compiling find-msvc-tools v0.1.9
2026-06-21T23:06:00.7785756Z    Compiling futures-core v0.3.32
2026-06-21T23:06:00.7873942Z    Compiling bytes v1.11.1
2026-06-21T23:06:00.8218149Z    Compiling subtle v2.6.1
2026-06-21T23:06:00.9518268Z    Compiling equivalent v1.0.2
2026-06-21T23:06:00.9841354Z    Compiling smallvec v1.15.1
2026-06-21T23:06:01.0011209Z    Compiling itoa v1.0.18
2026-06-21T23:06:01.0202036Z    Compiling semver v1.0.28
2026-06-21T23:06:01.0311446Z    Compiling stable_deref_trait v1.2.1
2026-06-21T23:06:01.0351603Z    Compiling futures-io v0.3.32
2026-06-21T23:06:01.0421155Z    Compiling futures-sink v0.3.32
2026-06-21T23:06:01.0611668Z    Compiling slab v0.4.12
2026-06-21T23:06:01.1271384Z    Compiling futures-channel v0.3.32
2026-06-21T23:06:01.1404709Z    Compiling futures-task v0.3.32
2026-06-21T23:06:01.1600929Z    Compiling generic-array v0.14.7
2026-06-21T23:06:01.2431141Z    Compiling bitflags v2.12.1
2026-06-21T23:06:01.2530984Z    Compiling rustversion v1.0.22
2026-06-21T23:06:01.2715507Z    Compiling hashbrown v0.17.1
2026-06-21T23:06:01.2801449Z    Compiling cpufeatures v0.2.17
2026-06-21T23:06:01.3301098Z    Compiling rustc_version v0.4.1
2026-06-21T23:06:01.3489271Z    Compiling fnv v1.0.7
2026-06-21T23:06:01.4091014Z    Compiling strsim v0.11.1
2026-06-21T23:06:01.4177078Z    Compiling rand_core v0.10.1
2026-06-21T23:06:01.4263903Z    Compiling cfg_aliases v0.2.1
2026-06-21T23:06:01.4363251Z    Compiling writeable v0.6.3
2026-06-21T23:06:01.4520652Z    Compiling litemap v0.8.2
2026-06-21T23:06:01.4830853Z    Compiling utf8_iter v1.0.4
2026-06-21T23:06:01.5182320Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T23:06:01.6091251Z    Compiling getrandom v0.4.2
2026-06-21T23:06:01.6390590Z    Compiling dunce v1.0.5
2026-06-21T23:06:01.6800503Z    Compiling icu_properties_data v2.2.0
2026-06-21T23:06:01.6863062Z    Compiling ident_case v1.0.1
2026-06-21T23:06:01.7171911Z    Compiling fs_extra v1.3.0
2026-06-21T23:06:01.7471464Z    Compiling autocfg v1.5.1
2026-06-21T23:06:01.7978018Z    Compiling percent-encoding v2.3.2
2026-06-21T23:06:01.7982099Z    Compiling http v1.4.1
2026-06-21T23:06:01.8201261Z    Compiling cpufeatures v0.3.0
2026-06-21T23:06:01.9176996Z    Compiling unicode-segmentation v1.13.3
2026-06-21T23:06:01.9350718Z    Compiling thiserror v2.0.18
2026-06-21T23:06:02.0080799Z    Compiling aws-lc-rs v1.17.0
2026-06-21T23:06:02.0651915Z    Compiling indexmap v2.14.0
2026-06-21T23:06:02.1261040Z    Compiling syn v2.0.117
2026-06-21T23:06:02.1563850Z    Compiling scopeguard v1.2.0
2026-06-21T23:06:02.1590823Z    Compiling form_urlencoded v1.2.2
2026-06-21T23:06:02.1724999Z    Compiling chacha20 v0.10.0
2026-06-21T23:06:02.1797162Z    Compiling untrusted v0.9.0
2026-06-21T23:06:02.2596618Z    Compiling lock_api v0.4.14
2026-06-21T23:06:02.2806584Z    Compiling heck v0.5.0
2026-06-21T23:06:02.2861419Z    Compiling rustls v0.23.40
2026-06-21T23:06:02.3082256Z    Compiling atomic-waker v1.1.2
2026-06-21T23:06:02.3100248Z    Compiling anyhow v1.0.102
2026-06-21T23:06:02.3700428Z    Compiling unicode-xid v0.2.6
2026-06-21T23:06:02.4041181Z    Compiling const-oid v0.10.2
2026-06-21T23:06:02.4306293Z    Compiling httparse v1.10.1
2026-06-21T23:06:02.4510538Z    Compiling parking_lot_core v0.9.12
2026-06-21T23:06:02.4720953Z    Compiling paste v1.0.15
2026-06-21T23:06:02.4910547Z    Compiling zerocopy v0.8.50
2026-06-21T23:06:02.4980443Z    Compiling num-traits v0.2.19
2026-06-21T23:06:02.5570680Z    Compiling convert_case v0.10.0
2026-06-21T23:06:02.6125712Z    Compiling hybrid-array v0.4.12
2026-06-21T23:06:02.6587348Z    Compiling jobserver v0.1.34
2026-06-21T23:06:02.7157750Z    Compiling curve25519-dalek v4.1.3
2026-06-21T23:06:02.7610563Z    Compiling ahash v0.8.12
2026-06-21T23:06:02.7651329Z    Compiling powerfmt v0.2.0
2026-06-21T23:06:02.7758409Z    Compiling base64ct v1.8.3
2026-06-21T23:06:02.8872972Z    Compiling either v1.16.0
2026-06-21T23:06:02.9570691Z    Compiling cc v1.2.63
2026-06-21T23:06:02.9670695Z    Compiling crypto-common v0.1.7
2026-06-21T23:06:02.9790571Z    Compiling block-buffer v0.10.4
2026-06-21T23:06:02.9874808Z    Compiling http-body v1.0.1
2026-06-21T23:06:03.0402740Z    Compiling fastrand v2.4.1
2026-06-21T23:06:03.0911290Z    Compiling digest v0.10.7
2026-06-21T23:06:03.1058554Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T23:06:03.1511418Z    Compiling deranged v0.5.8
2026-06-21T23:06:03.2141063Z    Compiling try-lock v0.2.5
2026-06-21T23:06:03.2541286Z    Compiling pkg-config v0.3.33
2026-06-21T23:06:03.2781359Z    Compiling data-encoding v2.11.0
2026-06-21T23:06:03.3234850Z    Compiling tinyvec_macros v0.1.1
2026-06-21T23:06:03.3334932Z    Compiling base64 v0.22.1
2026-06-21T23:06:03.3444517Z    Compiling tower-service v0.3.3
2026-06-21T23:06:03.3568376Z    Compiling zmij v1.0.21
2026-06-21T23:06:03.4100839Z    Compiling mio v1.2.1
2026-06-21T23:06:03.4210589Z    Compiling socket2 v0.6.4
2026-06-21T23:06:03.5040554Z    Compiling getrandom v0.2.17
2026-06-21T23:06:03.6446592Z    Compiling time-core v0.1.8
2026-06-21T23:06:03.6580738Z    Compiling rand_core v0.6.4
2026-06-21T23:06:03.6996425Z    Compiling vcpkg v0.2.15
2026-06-21T23:06:03.7793755Z    Compiling rand v0.10.1
2026-06-21T23:06:03.7973396Z    Compiling num-conv v0.2.2
2026-06-21T23:06:03.8437953Z    Compiling tinyvec v1.11.0
2026-06-21T23:06:03.8620780Z    Compiling sha2 v0.10.9
2026-06-21T23:06:03.9633219Z    Compiling parking_lot v0.12.5
2026-06-21T23:06:04.0100687Z    Compiling want v0.3.1
2026-06-21T23:06:04.0360403Z    Compiling block-buffer v0.12.0
2026-06-21T23:06:04.1743138Z    Compiling crypto-common v0.2.2
2026-06-21T23:06:04.2210413Z    Compiling inout v0.1.4
2026-06-21T23:06:04.2520406Z    Compiling vergen-lib v9.1.0
2026-06-21T23:06:04.2863950Z    Compiling n0-future v0.3.2
2026-06-21T23:06:04.3363708Z    Compiling crossbeam-utils v0.8.21
2026-06-21T23:06:04.3631990Z    Compiling cordyceps v0.3.4
2026-06-21T23:06:04.4169544Z    Compiling cmake v0.1.58
2026-06-21T23:06:04.5010723Z    Compiling spin v0.10.0
2026-06-21T23:06:04.5323612Z    Compiling diatomic-waker v0.2.3
2026-06-21T23:06:04.5613553Z    Compiling winnow v1.0.3
2026-06-21T23:06:04.5779451Z    Compiling serde_json v1.0.150
2026-06-21T23:06:04.5941208Z    Compiling signature v2.2.0
2026-06-21T23:06:04.6158481Z    Compiling httpdate v1.0.3
2026-06-21T23:06:04.6161875Z    Compiling parking v2.2.1
2026-06-21T23:06:04.6471176Z    Compiling futures-buffered v0.2.13
2026-06-21T23:06:04.6989639Z    Compiling ed25519 v2.2.3
2026-06-21T23:06:04.7021168Z    Compiling cipher v0.4.4
2026-06-21T23:06:04.7424399Z    Compiling futures-lite v2.6.1
2026-06-21T23:06:04.7870525Z    Compiling netlink-packet-core v0.8.1
2026-06-21T23:06:04.8398734Z    Compiling universal-hash v0.5.1
2026-06-21T23:06:04.8940646Z    Compiling vergen-lib v0.1.6
2026-06-21T23:06:04.9063097Z    Compiling vergen v9.1.0
2026-06-21T23:06:04.9208349Z    Compiling heapless v0.7.17
2026-06-21T23:06:04.9412921Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T23:06:04.9535221Z    Compiling noq-udp v0.10.0
2026-06-21T23:06:04.9695488Z    Compiling sync_wrapper v1.0.2
2026-06-21T23:06:05.0529085Z    Compiling byteorder v1.5.0
2026-06-21T23:06:05.0665973Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T23:06:05.0770739Z    Compiling allocator-api2 v0.2.21
2026-06-21T23:06:05.0950728Z    Compiling opaque-debug v0.3.1
2026-06-21T23:06:05.1314099Z    Compiling digest v0.11.3
2026-06-21T23:06:05.1557260Z    Compiling polyval v0.6.2
2026-06-21T23:06:05.2460325Z    Compiling hash32 v0.2.1
2026-06-21T23:06:05.2640899Z    Compiling spin v0.9.8
2026-06-21T23:06:05.2932536Z    Compiling vergen-gitcl v1.0.8
2026-06-21T23:06:05.3570540Z    Compiling signature v3.0.0
2026-06-21T23:06:05.3790562Z    Compiling tower-layer v0.3.3
2026-06-21T23:06:05.3933120Z    Compiling fallible-iterator v0.3.0
2026-06-21T23:06:05.3990331Z    Compiling aws-lc-sys v0.41.0
2026-06-21T23:06:05.4162980Z    Compiling ring v0.17.14
2026-06-21T23:06:05.4436286Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T23:06:05.4884852Z    Compiling num_threads v0.1.7
2026-06-21T23:06:05.5270976Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T23:06:05.5500929Z    Compiling ryu v1.0.23
2026-06-21T23:06:05.5950526Z    Compiling time v0.3.47
2026-06-21T23:06:05.6311020Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T23:06:05.7010677Z    Compiling ghash v0.5.1
2026-06-21T23:06:05.7772958Z    Compiling ctr v0.9.2
2026-06-21T23:06:05.7897813Z    Compiling aes v0.8.4
2026-06-21T23:06:05.8106654Z    Compiling fs2 v0.4.3
2026-06-21T23:06:05.8320516Z    Compiling http-body-util v0.1.3
2026-06-21T23:06:05.8749153Z    Compiling aead v0.5.2
2026-06-21T23:06:05.9190473Z    Compiling openssl-probe v0.2.1
2026-06-21T23:06:05.9804660Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T23:06:06.0055657Z    Compiling crossbeam-channel v0.5.15
2026-06-21T23:06:06.0302401Z    Compiling blake3 v1.8.5
2026-06-21T23:06:06.1390801Z    Compiling netlink-packet-route v0.29.0
2026-06-21T23:06:06.1439984Z    Compiling uuid v1.23.2
2026-06-21T23:06:06.3159416Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T23:06:06.3296937Z    Compiling memoffset v0.6.5
2026-06-21T23:06:06.3830796Z    Compiling acto v0.8.2
2026-06-21T23:06:06.4592820Z    Compiling aes-gcm v0.10.3
2026-06-21T23:06:06.5126667Z    Compiling noq v0.18.0
2026-06-21T23:06:06.6080274Z    Compiling netwatch v0.16.0
2026-06-21T23:06:06.6748420Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T23:06:06.7413523Z    Compiling foldhash v0.2.0
2026-06-21T23:06:06.7685473Z    Compiling tagptr v0.2.0
2026-06-21T23:06:06.7755531Z    Compiling rustc-hash v2.1.2
2026-06-21T23:06:06.7960403Z    Compiling rustix v1.1.4
2026-06-21T23:06:06.8481280Z    Compiling xml-rs v0.8.28
2026-06-21T23:06:06.8898000Z    Compiling lru-slab v0.1.2
2026-06-21T23:06:06.8985962Z    Compiling thiserror v1.0.69
2026-06-21T23:06:06.9150893Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T23:06:06.9331519Z    Compiling ref-cast v1.0.25
2026-06-21T23:06:07.0086193Z    Compiling mac-addr v0.3.0
2026-06-21T23:06:07.1574744Z    Compiling identity-hash v0.1.0
2026-06-21T23:06:07.2103156Z    Compiling hashbrown v0.16.1
2026-06-21T23:06:07.2664297Z    Compiling netlink-packet-route v0.30.0
2026-06-21T23:06:07.3301846Z    Compiling serial-core v0.4.0
2026-06-21T23:06:07.3413576Z    Compiling ioctl-rs v0.1.6
2026-06-21T23:06:07.4345469Z    Compiling termios v0.2.2
2026-06-21T23:06:07.4539334Z    Compiling errno v0.3.14
2026-06-21T23:06:07.5078339Z    Compiling simple-dns v0.9.3
2026-06-21T23:06:07.5790917Z    Compiling synstructure v0.13.2
2026-06-21T23:06:07.5971068Z    Compiling darling_core v0.20.11
2026-06-21T23:06:07.8236213Z    Compiling proc-macro-crate v3.5.0
2026-06-21T23:06:07.9800899Z    Compiling xmltree v0.10.3
2026-06-21T23:06:07.9870945Z    Compiling serde_derive_internals v0.29.1
2026-06-21T23:06:08.0450780Z    Compiling aho-corasick v1.1.4
2026-06-21T23:06:08.2016129Z    Compiling sha1_smol v1.0.1
2026-06-21T23:06:08.2204703Z    Compiling arrayref v0.3.9
2026-06-21T23:06:08.2827456Z    Compiling winnow v0.7.15
2026-06-21T23:06:08.2899841Z    Compiling smol_str v0.1.24
2026-06-21T23:06:08.2980694Z    Compiling arrayvec v0.7.6
2026-06-21T23:06:08.3660881Z    Compiling linux-raw-sys v0.12.1
2026-06-21T23:06:08.4183124Z    Compiling toml_write v0.1.2
2026-06-21T23:06:08.5400842Z    Compiling regex-syntax v0.8.10
2026-06-21T23:06:08.5475592Z    Compiling signal-hook v0.3.18
2026-06-21T23:06:08.6160727Z    Compiling resolv-conf v0.7.6
2026-06-21T23:06:08.6738285Z    Compiling constant_time_eq v0.4.2
2026-06-21T23:06:08.7441923Z    Compiling simdutf8 v0.1.5
2026-06-21T23:06:09.0332270Z    Compiling lru v0.16.4
2026-06-21T23:06:09.1275998Z    Compiling signal-hook-registry v1.4.8
2026-06-21T23:06:09.1900865Z    Compiling serial-unix v0.4.0
2026-06-21T23:06:09.2150536Z    Compiling darling_core v0.23.0
2026-06-21T23:06:09.4790528Z    Compiling serde_bytes v0.11.19
2026-06-21T23:06:09.5000612Z    Compiling serde_derive v1.0.228
2026-06-21T23:06:09.5411121Z    Compiling zeroize_derive v1.4.3
2026-06-21T23:06:09.5670812Z    Compiling tokio-macros v2.7.0
2026-06-21T23:06:09.7501789Z    Compiling zerofrom-derive v0.1.7
2026-06-21T23:06:10.0863250Z    Compiling zeroize v1.8.2
2026-06-21T23:06:10.1430947Z    Compiling futures-macro v0.3.32
2026-06-21T23:06:10.2821638Z    Compiling tokio v1.52.3
2026-06-21T23:06:10.2822810Z    Compiling yoke-derive v0.8.2
2026-06-21T23:06:10.8120652Z    Compiling zerovec-derive v0.11.3
2026-06-21T23:06:10.9203902Z    Compiling displaydoc v0.2.6
2026-06-21T23:06:10.9993152Z    Compiling tracing-attributes v0.1.31
2026-06-21T23:06:11.0760778Z    Compiling futures-util v0.3.32
2026-06-21T23:06:11.2730814Z    Compiling zerofrom v0.1.8
2026-06-21T23:06:11.4250936Z    Compiling rustls-pki-types v1.14.1
2026-06-21T23:06:11.6240811Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T23:06:11.7920530Z    Compiling yoke v0.8.3
2026-06-21T23:06:11.8150860Z    Compiling thiserror-impl v2.0.18
2026-06-21T23:06:12.0130359Z    Compiling zerotrie v0.2.4
2026-06-21T23:06:12.3414395Z    Compiling darling_macro v0.20.11
2026-06-21T23:06:12.3810634Z    Compiling zerovec v0.11.6
2026-06-21T23:06:12.4280875Z    Compiling derive_more-impl v2.1.1
2026-06-21T23:06:12.5542831Z    Compiling n0-error-macros v0.1.3
2026-06-21T23:06:12.7111937Z    Compiling darling v0.20.11
2026-06-21T23:06:12.7727504Z    Compiling derive_builder_core v0.20.2
2026-06-21T23:06:12.7953219Z    Compiling spez v0.1.2
2026-06-21T23:06:13.0638062Z    Compiling der v0.8.0-rc.10
2026-06-21T23:06:13.1450531Z    Compiling pin-project-internal v1.1.13
2026-06-21T23:06:13.2220404Z    Compiling tinystr v0.8.3
2026-06-21T23:06:13.4564975Z    Compiling icu_locale_core v2.2.0
2026-06-21T23:06:13.6216032Z    Compiling potential_utf v0.1.5
2026-06-21T23:06:13.7460582Z    Compiling n0-error v0.1.3
2026-06-21T23:06:13.8510565Z    Compiling icu_collections v2.2.0
2026-06-21T23:06:14.1960542Z    Compiling cobs v0.3.0
2026-06-21T23:06:14.2327692Z    Compiling derive_builder_macro v0.20.2
2026-06-21T23:06:14.4100779Z    Compiling ed25519-dalek v2.2.0
2026-06-21T23:06:14.5400089Z    Compiling derive_builder v0.20.2
2026-06-21T23:06:14.6410549Z    Compiling pin-project v1.1.13
2026-06-21T23:06:14.6455217Z    Compiling spki v0.8.0-rc.4
2026-06-21T23:06:14.7377298Z    Compiling icu_provider v2.2.0
2026-06-21T23:06:14.8532670Z    Compiling ipnet v2.12.0
2026-06-21T23:06:14.8740698Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T23:06:15.0424444Z    Compiling futures-executor v0.3.32
2026-06-21T23:06:15.0500941Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T23:06:15.1730616Z    Compiling icu_properties v2.2.0
2026-06-21T23:06:15.2154198Z    Compiling icu_normalizer v2.2.0
2026-06-21T23:06:15.2448014Z    Compiling futures v0.3.32
2026-06-21T23:06:15.2791137Z    Compiling prefix-trie v0.8.4
2026-06-21T23:06:15.3821052Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-21T23:06:15.6887018Z    Compiling once_cell v1.21.4
2026-06-21T23:06:15.6964712Z    Compiling postcard-derive v0.2.2
2026-06-21T23:06:15.7158019Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T23:06:15.7320736Z    Compiling rustls-native-certs v0.8.4
2026-06-21T23:06:15.9020701Z    Compiling tracing-core v0.1.36
2026-06-21T23:06:16.1327673Z    Compiling data-encoding-macro v0.1.20
2026-06-21T23:06:16.1698712Z    Compiling strum_macros v0.28.0
2026-06-21T23:06:16.2301066Z    Compiling hashbrown v0.14.5
2026-06-21T23:06:16.2380835Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T23:06:16.2420756Z    Compiling postcard v1.1.3
2026-06-21T23:06:16.2474639Z    Compiling enum-assoc v1.3.0
2026-06-21T23:06:16.4790491Z    Compiling tracing v0.1.44
2026-06-21T23:06:16.6972273Z    Compiling tokio-util v0.7.18
2026-06-21T23:06:16.7661473Z    Compiling idna_adapter v1.2.2
2026-06-21T23:06:16.8420829Z    Compiling netlink-sys v0.8.8
2026-06-21T23:06:16.8624385Z    Compiling idna v1.1.0
2026-06-21T23:06:16.8899475Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T23:06:17.0202200Z    Compiling tower v0.5.3
2026-06-21T23:06:17.0240938Z    Compiling derive_more v2.1.1
2026-06-21T23:06:17.1055734Z    Compiling hashlink v0.9.1
2026-06-21T23:06:17.1188369Z    Compiling async-trait v0.1.89
2026-06-21T23:06:17.1218680Z    Compiling num_enum_derive v0.7.6
2026-06-21T23:06:17.1960289Z    Compiling netlink-proto v0.12.0
2026-06-21T23:06:17.2062476Z    Compiling netdev v0.42.0
2026-06-21T23:06:17.2337040Z    Compiling iroh-relay v0.98.0
2026-06-21T23:06:17.3180875Z    Compiling url v2.5.8
2026-06-21T23:06:17.4128711Z    Compiling iroh-metrics v0.38.3
2026-06-21T23:06:17.4340742Z    Compiling moka v0.12.15
2026-06-21T23:06:17.5010854Z    Compiling rusqlite v0.32.1
2026-06-21T23:06:17.5170703Z    Compiling serde_spanned v0.6.9
2026-06-21T23:06:17.5340781Z    Compiling toml_datetime v0.6.11
2026-06-21T23:06:17.5783719Z    Compiling ref-cast-impl v1.0.25
2026-06-21T23:06:17.6520819Z    Compiling thiserror-impl v1.0.69
2026-06-21T23:06:17.7937959Z    Compiling h2 v0.4.14
2026-06-21T23:06:17.9870562Z    Compiling n0-watcher v0.6.1
2026-06-21T23:06:18.1070711Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T23:06:18.1792915Z    Compiling attohttpc v0.30.1
2026-06-21T23:06:18.2639275Z    Compiling tower-http v0.6.11
2026-06-21T23:06:18.2769474Z    Compiling num_enum v0.7.6
2026-06-21T23:06:18.3004391Z    Compiling iroh-base v0.98.0
2026-06-21T23:06:18.3680138Z    Compiling tokio-stream v0.1.18
2026-06-21T23:06:18.7940443Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-21T23:06:18.8008886Z    Compiling toml_edit v0.22.27
2026-06-21T23:06:18.8530680Z    Compiling webpki-roots v1.0.7
2026-06-21T23:06:18.9979204Z    Compiling regex-automata v0.4.14
2026-06-21T23:06:19.0390072Z    Compiling schemars_derive v1.2.1
2026-06-21T23:06:19.0481010Z    Compiling strum v0.28.0
2026-06-21T23:06:19.0877924Z    Compiling seize v0.5.1
2026-06-21T23:06:19.1210956Z    Compiling hmac v0.12.1
2026-06-21T23:06:19.1534222Z    Compiling iroh-dns v0.98.0
2026-06-21T23:06:19.2610813Z    Compiling iroh v0.98.2
2026-06-21T23:06:19.3617693Z    Compiling pin-utils v0.1.0
2026-06-21T23:06:19.4360689Z    Compiling dyn-clone v1.0.20
2026-06-21T23:06:19.5148352Z    Compiling cmov v0.5.4
2026-06-21T23:06:19.5240888Z    Compiling rustix v0.38.44
2026-06-21T23:06:19.5750680Z    Compiling bitflags v1.3.2
2026-06-21T23:06:19.6078347Z    Compiling utf8parse v0.2.2
2026-06-21T23:06:19.6177344Z    Compiling nix v0.25.1
2026-06-21T23:06:19.6530844Z    Compiling papaya v0.2.4
2026-06-21T23:06:19.7120896Z    Compiling anstyle-parse v1.0.0
2026-06-21T23:06:19.7783066Z    Compiling ctutils v0.4.2
2026-06-21T23:06:19.7881179Z    Compiling filedescriptor v0.8.3
2026-06-21T23:06:19.9268821Z    Compiling hkdf v0.12.4
2026-06-21T23:06:19.9550391Z    Compiling backon v1.6.0
2026-06-21T23:06:20.0081539Z    Compiling darling_macro v0.23.0
2026-06-21T23:06:20.0230824Z    Compiling serial v0.4.0
2026-06-21T23:06:20.0970833Z    Compiling anstyle v1.0.14
2026-06-21T23:06:20.1400855Z    Compiling linux-raw-sys v0.4.15
2026-06-21T23:06:20.2580948Z    Compiling shell-words v1.1.1
2026-06-21T23:06:20.3111099Z    Compiling foldhash v0.1.5
2026-06-21T23:06:20.4150999Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T23:06:20.4569984Z    Compiling colorchoice v1.0.5
2026-06-21T23:06:20.4680789Z    Compiling anstyle-query v1.1.5
2026-06-21T23:06:20.4814810Z    Compiling downcast-rs v1.2.1
2026-06-21T23:06:20.4910963Z    Compiling instability v0.3.12
2026-06-21T23:06:20.5460494Z    Compiling anstream v1.0.0
2026-06-21T23:06:20.5886744Z    Compiling darling v0.23.0
2026-06-21T23:06:20.6054295Z    Compiling hashbrown v0.15.5
2026-06-21T23:06:20.6202117Z    Compiling signal-hook-mio v0.2.5
2026-06-21T23:06:20.6560317Z    Compiling spake2 v0.4.0
2026-06-21T23:06:20.6840634Z    Compiling terminal_size v0.4.4
2026-06-21T23:06:20.7210358Z    Compiling strum_macros v0.26.4
2026-06-21T23:06:20.7940474Z    Compiling sha1 v0.10.6
2026-06-21T23:06:20.8361210Z    Compiling itertools v0.13.0
2026-06-21T23:06:20.9660911Z    Compiling castaway v0.2.4
2026-06-21T23:06:21.0140464Z    Compiling doctest-file v1.1.1
2026-06-21T23:06:21.0477200Z    Compiling static_assertions v1.1.0
2026-06-21T23:06:21.0572284Z    Compiling indoc v2.0.7
2026-06-21T23:06:21.1329499Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T23:06:21.2000494Z    Compiling schemars v1.2.1
2026-06-21T23:06:21.4860670Z    Compiling clap_lex v1.1.0
2026-06-21T23:06:21.5700465Z    Compiling unicode-width v0.1.14
2026-06-21T23:06:21.6141920Z    Compiling interprocess v2.4.2
2026-06-21T23:06:21.8199393Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-21T23:06:21.8469751Z    Compiling toml v0.8.23
2026-06-21T23:06:21.9380597Z    Compiling clap_builder v4.6.0
2026-06-21T23:06:22.6114044Z    Compiling regex v1.12.3
2026-06-21T23:06:22.7000228Z    Compiling crossterm v0.28.1
2026-06-21T23:06:22.9431646Z    Compiling unicode-truncate v1.1.0
2026-06-21T23:06:23.0820438Z    Compiling lru v0.12.5
2026-06-21T23:06:23.2701006Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-21T23:06:23.2790589Z    Compiling strum v0.26.3
2026-06-21T23:06:23.4213526Z    Compiling compact_str v0.8.2
2026-06-21T23:06:23.4991463Z    Compiling hyper v1.10.1
2026-06-21T23:06:23.5850519Z    Compiling clap_derive v4.6.1
2026-06-21T23:06:23.6960679Z    Compiling iana-time-zone v0.1.65
2026-06-21T23:06:23.8020857Z    Compiling portable-pty v0.8.1
2026-06-21T23:06:24.0292111Z    Compiling unicode-width v0.2.0
2026-06-21T23:06:24.1915702Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-21T23:06:24.3228384Z    Compiling cassowary v0.3.0
2026-06-21T23:06:24.3846746Z    Compiling chrono v0.4.45
2026-06-21T23:06:24.3991182Z    Compiling nucleo-matcher v0.3.1
2026-06-21T23:06:24.6410480Z    Compiling ratatui v0.29.0
2026-06-21T23:06:24.9750388Z    Compiling qrcode v0.14.1
2026-06-21T23:06:25.0391229Z    Compiling tempfile v3.27.0
2026-06-21T23:06:25.5074672Z    Compiling hyper-util v0.1.20
2026-06-21T23:06:25.9530410Z    Compiling clap v4.6.1
2026-06-21T23:06:26.3066032Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-21T23:06:27.2430293Z    Compiling igd-next v0.17.1
2026-06-21T23:06:28.4734457Z    Compiling portmapper v0.16.0
2026-06-21T23:06:32.9140030Z    Compiling rustls-webpki v0.103.13
2026-06-21T23:06:35.3103490Z    Compiling tokio-rustls v0.26.4
2026-06-21T23:06:35.3104249Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T23:06:35.3104831Z    Compiling noq-proto v0.17.0
2026-06-21T23:06:35.4548181Z    Compiling hyper-rustls v0.27.9
2026-06-21T23:06:35.4548858Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T23:06:35.4549444Z    Compiling tokio-websockets v0.13.2
2026-06-21T23:06:35.5780865Z    Compiling reqwest v0.13.4
2026-06-21T23:06:36.4921166Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T23:06:50.4826133Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-21T23:06:51.8288854Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-21T23:06:59.0337320Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-21T23:07:02.6883474Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 02s
2026-06-21T23:07:02.7115162Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-21T23:07:02.7128630Z 
2026-06-21T23:07:02.7128765Z running 1 test
2026-06-21T23:07:08.8978663Z test new_brain_serves_against_old_broker ... ok
2026-06-21T23:07:08.8979081Z 
2026-06-21T23:07:08.8979439Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.18s
2026-06-21T23:07:08.8979793Z 
